home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Interfaces&Libraries / Universal / Interfaces / RIncludes / PCCardEnablerPlugin.r < prev    next >
Encoding:
Text File  |  1998-08-17  |  1014 b   |  40 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        PCCardEnablerPlugin.r
  3.  
  4.      Contains:    ???
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1997-1998 by Apple Computer, Inc. and SystemSoft Corporation.  All rights reserved.
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17.  
  18. #ifndef __PCCARDENABLERPLUGIN_R__
  19. #define __PCCARDENABLERPLUGIN_R__
  20.  
  21. #ifndef __CONDITIONALMACROS_R__
  22. #include "ConditionalMacros.r"
  23. #endif
  24.  
  25. #ifndef __CARDSERVICES__
  26. type 'pccd' {
  27.    longint;                                        /* MUST BE ZERO */
  28.     integer    dontShowIcon = -1, noCustomIcon = 0;    /* customIconID                */
  29.     integer    noCustomStrings = 0;                    /* customStringsID            */
  30.     unsigned integer;                                /*    customTypeIndex            */
  31.     unsigned integer;                                /*    customHelpIndex            */
  32.     literal longint    noCustomAction = 0;                /* customAction                */
  33.     longint;                                        /*    customActionParam1        */
  34.     longint;                                        /*    customActionParam2        */
  35. };
  36. #endif
  37.  
  38. #endif /* __PCCARDENABLERPLUGIN_R__ */
  39.  
  40.